home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / modal-dialog-sample ƒ / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-26  |  196 b   |  17 lines  |  [TEXT/KAHL]

  1. /*
  2. **    Project    dialog example
  3. **    Module    main.c
  4. **    Author    Bernie Wieser ©1991
  5. **    Date    10/26/91
  6. **
  7. **    Purpose
  8. **        Nothing much.
  9. **
  10. */
  11. #include "Dlog.h"
  12.  
  13. main()
  14. {
  15.     InitMacintosh();
  16.     DialogTest(128);
  17. }